STATUS: BACKGROUND SERVICES ONLINE.
PRESS ANY KEY TO WAKE & REINIT.
<style>
#terminal {
white-space: pre-wrap;
font-family: monospace;
line-height: 1.4;
max-height: 70vh;
overflow-y: auto;
}
#inputWrapper {
font-family: monospace;
}
#inputLine {
background: transparent;
border: none;
outline: none;
color: inherit;
font-family: monospace;
width: 90%;
}
#ui-bar, #ui-container {
display: none !important;
}
</style>
<div id="terminal"></div>
<div id="inputWrapper" style="display:none;">> <input id="inputLine" type="text"></div>
<<script>>
const audio = new Audio("audio/typing.mp3");
function soundType(target, text, speed = 15, callback) {
let i = 0;
target.innerHTML = "";
function step() {
if (i < text.length) {
const char = text[i];
target.innerHTML += char;
// Play typing sound
if (char !== " " && char !== "\n" && Math.random() > 0.3) {
audio.currentTime = 0;
audio.play().catch(() => {});
}
// Slight pause on punctuation
let delay = speed;
if (char === "." || char === ":" || char === "\n") delay = 120;
i++;
// Scroll as we type
const terminal = target.parentNode; // #terminal container
terminal.scrollTop = terminal.scrollHeight;
setTimeout(step, delay);
} else if (callback) {
callback();
// Ensure we scroll to bottom at the end
const terminal = target.parentNode;
terminal.scrollTop = terminal.scrollHeight;
}
}
step();
}
const logText = `STATUS: REINITIATING PREVIOUS SESSION STACK...
STATUS: MEMORY CACHE PARTIAL. RECOVERY APPLIED.
STATUS: BOOT INTEGRITY: 100% (3 WARNINGS SUPPRESSED) WAKE TIME: XX:XX:XX.
USER: ****
PASS: ****
STATUS: CREDENTIALS LOADED. AUTH OK.
CLIENT RESUMED @ XX:XX:XX
————————————————————————————————————
Welcome to Valis Entp. Information Services Node [Version 5.12.51345]
(c) Valis Entp. Limited. All rights reserved.
Awaiting authorized query input. Type "help" for more information.
`;
$(document).one(":passagedisplay", function () {
const terminal = document.getElementById("terminal");
const inputWrap = document.getElementById("inputWrapper");
const input = document.getElementById("inputLine");
// ---------- PRINT ----------
function print(text) {
const line = document.createElement("div");
line.textContent = text;
terminal.appendChild(line);
terminal.scrollTop = terminal.scrollHeight;
}
// ---------- TYPED PASSAGE OUTPUT ----------
let typing = false;
function printPassage(name) {
if (typing) return;
const passage = Story.get(name);
if (!passage) {
print("ERROR: PASSAGE NOT FOUND");
return;
}
typing = true;
const content = passage.processText();
const line = document.createElement("div");
terminal.appendChild(line);
soundType(line, content + "\n", 10, () => {
typing = false;
});
terminal.scrollTop = terminal.scrollHeight;
}
// ---------- COMMANDS ----------
const commands = {
// ---------- BASIC ----------
help: () => printPassage("help"),
clear: () => terminal.innerHTML = "",
hello: () => print("HELLO."),
ping: () => print("PONG."),
whoami: () => printPassage("whoami"),
// ---------- SYSTEM ----------
sys: (args) => {
if (args[0] === "warnings") {
printPassage("sys warnings");
} else {
print("SYS: UNKNOWN ARGUMENT");
}
},
logs: (args) => {
if (args[0] === "recent") {
printPassage("logs recent");
} else {
print("LOGS: UNKNOWN ARGUMENT");
}
},
// ---------- INFO ----------
info: (args) => {
const query = args.join(" ");
switch (query) {
case "groups":
printPassage("groups");
break;
case "incident log":
printPassage("incident log");
break;
case "warp gate":
printPassage("warp gate");
break;
case "nocturne-05":
printPassage("Nocturne-05");
break;
case "status":
printPassage("status");
break;
case "advisories":
printPassage("advisories");
break;
case "population":
printPassage("population");
break;
case "location":
printPassage("location");
break;
case "valis m12":
printPassage("Valis M12");
break;
case "meridia bunker":
printPassage("Meridia Bunker");
break;
case "research site 6":
printPassage("Research Site 6");
break;
case "archive":
printPassage("archive");
break;
case "storage":
printPassage("storage");
break;
case "comms":
printPassage("comms");
break;
default:
// ---------- PERSONNEL ----------
if (args[0] === "personnel" && args[1]) {
const id = args[1].toUpperCase();
printPassage("info personnel " + id);
} else {
printPassage("denied");
}
}
}
};
// ---------- START ----------
function start() {
document.removeEventListener("keydown", start);
soundType(terminal, logText, 15, () => {
inputWrap.style.display = "block";
input.focus();
});
}
document.addEventListener("keydown", start);
// ---------- INPUT ----------
input.addEventListener("keydown", function(e) {
if (e.key === "Enter") {
const raw = input.value.trim().toLowerCase();
print("> " + raw);
const parts = raw.split(" ");
const cmd = parts[0];
const args = parts.slice(1);
if (commands[cmd]) {
commands[cmd](args);
} else if (raw !== "") {
print("ERROR: UNKNOWN COMMAND");
}
input.value = "";
}
});
});
<</script>>
STATUS: LOADING GUIDE . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: GUIDE LOADED.
————————————————————————————————————
VALIS ENT. TERMINAL GUIDE
————————————————————————————————————
AVAILABLE COMMANDS:
> help : Show this menu
> clear : Clear terminal output
> hello : Greet the system
> ping : Test system response
> whoami : Display current user
INFO COMMANDS:
> info groups : List all groups
> info incident log : Display incident logs
> info warp gate : Show warp gate data
> info Nocturne-05 : Show Nocture-05 info
> info status : System status report
> info advisories : Current advisories
> info population : Population data
> info location : Location information
> info Valis M12 : Valis M12 overview
> info Meridia Bunker : Bunker overview
> info Research Site 6 : Research Site 6 info
> info archive : Access archive data
> info storage : Access storage data
> info personnel [ID] : Access personnel file (e.g., X0000)
OTHER COMMANDS:
> sys warnings : Show system warnings
> logs recent : Display recent logs
TIP: Commands are not case-sensitive. Use spaces for multi-word targets.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
GROUPS
————————————————————————————————————
All information documented in this log was written by Chief Officer Norman XXXXXX
--- MAIN ---
--------------------------------------------------
--- A.R.C. ---
NAME: The Apogee Rebel Coalition
ACRONYM: A.R.C.
LEAD: Commander Anton XXXXXX
CURRENT DESC:
- Mainly made up of ex-prisoners who have since rebelled against the V.O.B.
NOTES:
- Prisoners originally deployed to harvest the remaining resources from the ruins on Valis M12, long after the original inhabitants disappeared. At the time, it was assumed the planet held little of value.
- The individuals sent here for imprisonment and rehabilitation were unofficially labeled the "most undesirables" of society, which is a misconception. Participation required voluntary enlistment in the labor draw, with the promise of sentence reduction for those selected.
- Once on-site, prisoners began to organize covertly, planning to abandon Valis M12 entirely and reclaim their freedom. Their efforts were complicated when the warp gate was destroyed under unknown circumstances. In response, the prisoners consolidated into a coalition—later knwon as the A.R.C.—uniting against the V.O.B.
--------------------------------------------------
--- V.O.B. ---
NAME: Valis O-Branch
ACRONYM: V.O.B.
LEAD: Director Klara XXXXXX
CURRENT DESC:
- High-risk expeditionary operations, planetary resource extraction, security enforcement
NOTES:
- The O-Branch has conducted multiple expeditions in shallower space sectors, including Mesogaios and Bathygaios. Their deployment in the Rugaios sector marked a test of their capacity to handle high-risk, complex expeditions. Personnel anticipated commensurate increases in base and hazard-risk compensation for these assignments.
- After engagement with the A.R.C., operational strength has been significantly reduced. Remaining forces are undergoing reorganization and reassignment to standard risk operations.
- Personnel morale is affected by attrition and operational losses. All future assignments require updated hazard protocols and contingency planning for rogue group encounters.
--------------------------------------------------
--- S.R.A. ---
NAME: The Seres Research Agency
ACRONYM: S.R.A.
LEAD: Chief Officer Norman XXXXXX
CURRENT DESC:
- Scientific research, resource cataloging, lifeform study
NOTES:
- The S.R.A. engages in cooperative expeditions with Valis Enterprises, allowing secure study of newly discovered resources or lifeforms. In return, Valis Enterprises retains majority claim to material or findings post-expedition.
- The agency’s involvement in Valis M12 sectors was initially unknown to prisoner populations. Internal conflicts later revealed S.R.A.’s presence and operational scope.
- S.R.A. maintains a policy of minimal military engagement, relying on corporate partners for protection during fieldwork. All research expeditions are logged and cataloged for post-mission review.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
LOCATION
————————————————————————————————————
COMMON: Valis M12
ATMOSPHERE: BREATHABLE (FILTER RECOMMENDED)
DFT: XXXXXXXX LY
DFNP: 75 LY
NEAREST COLONY: The Miridia Bunker
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 3
CONTACT ADMIN FOR ACCESS
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
WARP GATE
————————————————————————————————————
NEAREST: XX XX XX XX XX
COMMON NAME: Valis M12 Warp Gate
SYSTEM ID: WG-V12-1
TYPE: Interstellar Transit Node (Class-B, Inactive)
LOCATION: Sector 10, Valis M12 Orbit
STATUS: Destroyed
DATE OF INCIDENT: XX:XX:XX
CAUSE: Catastrophic structural failure under unknown stress
SURVIVORS: None reported
SECURITY CLEARANCE: High
LAST KNOWN DATA:
- Energy signature: Fluctuating, sporadic bursts prior to collapse
- Navigation beacon: Offline
- Containment protocols: Breach triggered automatic lockdown
- Nearby installations affected:
Meridia Bunker (minor structural damage)
Research Site 6 (operational disruption)
INCIDENT REPORT:
The warp gate collapsed during local conflict. Preliminary scans indicate the outer frame and internal systems fractured. Investigation ongoing; access to debris restricted.
RECOMMENDED ACTIONS:
- Maintain quarantine perimeter
- Monitor for residual energy emissions
- Dispatch engineering teams only with proper authorization
--------------------------------------------------
NOTES:
The destruction of this warp gate has temporarily severed direct interstellar travel to and from Valis M12, increasing reliance on standard spacecraft transit.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 10
CONTACT ADMIN FOR ACCESS
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 10
CONTACT ADMIN FOR ACCESS
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
ADVISORIES
————————————————————————————————————
Most Recent, XXX days ago:
In an effort to keep each group's logs private following the destruction of the warp gate, logs will be distributed directly to individuals of that designation.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
POPULATION
————————————————————————————————————
VALIS M12 POPULATION LOG
CLASSIFICATION: INTERNAL / DEMOGRAPHICS
LAST UPDATE: XXXX:XX:XX | XX:XX
SYSTEM ID: POP-M12-01
--------------------------------------------------
TOTAL POPULATION: 3,500
GROUP BREAKDOWN:
1. A.R.C. (Prisoners / Rebels)
POPULATION: 2,050
% OF TOTAL: 58%
STATUS: Majority of population. Organized coalition for survival and autonomy. Unknown internal coordination; actively monitoring V.O.B. activity.
2. S.R.A. (Seres Research Agency)
POPULATION: 350
% OF TOTAL: 10%
STATUS: Scientific and research personnel. Engaged in cooperative expeditions with Valis Enterprises. Located primarily in Research Site 6 and auxiliary labs in Meridia Bunker.
3. V.O.B. (Valis O-Branch)
POPULATION: 1,100
% OF TOTAL: 32%
STATUS: Corporate/military personnel. Recently reduced due to conflict with A.R.C. Operational strength compromised; currently under reassignment and reinforcement.
--------------------------------------------------
NOTES:
- Population data synchronized with personnel logs and access clearance systems.
- Emergency capacity maintained at 20% for unassigned or transient personnel.
- Internal security alerts active for V.O.B. movements.
- Crosscheck group IDs with system logs before authorizing access.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
VALIS M12
————————————————————————————————————
COMMON NAME: Valis M12
OFFICIAL DESIGNATION: V5-RM-40500-DI-0012Lb
TYPE: Terrestrial (Class-IV Unstable Cryosphere)
GRAVITY: 1.1G (FLUCTUATING)
ATMOSPHERE: Breathable (FILTER RECOMMENDED)
SURFACE STATUS: NON-STABLE
SYSTEM ID: 54823091
DFT: XXXXXXXX LY
DFNP: 75 LY
NEAREST COLONY: The Meridia Bunker
PRIMARY RESEARCH INSTALLATIONS: Research Site 6
SUBCLASS RESEARCH INSTALLATIONS: None (Previous evacuated)
SECURITY STATUS: CLASSIFIED
SURFACE CONDITIONS:
- Ice sheets unstable, frequent fissures
- Sparse vegetation, mostly hardy lichen and fungi
- Atmospheric storms frequent, high radiation spikes in some zones
KNOWN HAZARDS:
- Extreme temperature swings (-120°C → +10°C)
- Magnetic anomalies disrupt navigation
- Wildlife: highly aggressive, territorial, majority aquatic. Only 2% discovered thus far
NOTES:
Valis M12 remains a high-priority research target due to natural resources beneath its surface, potential energy sources, and anomalous activity. Remote monitoring is advised; only trained personnel should be
dispatched for research pursuits.
ANI OPT. GRAB:
GuideIO | XX:XX:XX
Good morning out there! Keep a Vivian Snowsuit(™) handy.
Today on Valis M12 we expect chilly and stormy weather, with
predicted snowfall reaching depths of 640cm and hail sizing to
30cm in diameter.
Much the same for the next hundred years.
Forecast confidence: 97.2%.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
THE MERIDIA BUNKER
————————————————————————————————————
LEAD: Valis Enterprise (Valis O-Branch)
POPULATION: 3,500~
CURRENT ON-SITE:
- Administrative Personnel
- Engineering & Maintenance Crew
- Security Force Personnel
- Research Division Staff
- Convicts
STATUS: Forced Activation
--------------------------------------------------
SUMMARY NOTE LOG:
- Environmental systems stable and self-correcting
- Energy, water, and food production stable but not exceeding projected surplus
margins
- Automation included in designated systems
- All major systems designed for continuous operation regardless of occupancy
- Security network partially active
- Internal communications functional but limited
- Habitation sectors unfinished and undercalibrated
- Automated construction units remain active
- Logistics and storage systems partially unorganized
- Orbital assets lost
- Shift to crisis management protocols
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
RESEARCH SITE 6
————————————————————————————————————
LEAD: Valis Enterprise (Research Division)
LOCATION: Glacial Ocean "Coventou", Valis M12
STRUCTURE TYPE: Offshore Platform (Multi-tier Rig)
POPULATION: 150~
CURRENT ON-SITE:
- Research Personnel
- Engineering & Maintenance Crew
- Security Detail
STATUS: Active
--------------------------------------------------
SUMMARY NOTE LOG:
- Platform constructed as deep-ocean research and extraction site
- Primary structure elevated above waterline with reinforced substructure below
- Environmental exposure extreme; constant ice movement and pressure stress
- Stabilization systems active; structural integrity holding with minor fluctuations
- Energy generated via integrated thermal and kinetic systems
- Output stable but not exceeding projected surplus margins
- Water processing functional; desalination systems operating continuously
- Food supply dependent on stored reserves
- Internal climate zones maintained; variance between floors
- Communications with Meridian Bunker intermittent and delayed
- Long-range systems affected by atmospheric and geomagnetic interference
- Security presence median
- Perimeter monitoring active but limited in range detection
- Research operations ongoing under constrained conditions
- Specimen storage and analysis units fully operational
- Some lower labs sealed due to pressure instability or structural drift
- Maintenance load increased due to environmental strain
- Engineering teams operating beyond standard rotation limits
- No large-scale evacuation protocols currently viable
- Platform considered logistically independent but vulnerable
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 10
CONTACT ADMIN FOR ACCESS
MERIDIA BUNKER STORAGE LOG
————————————————————————————————————
CLASSIFICATION: INTERNAL / LOGISTICS
LAST UPDATE: XXXX:XX:XX XX:XX
SYSTEM ID: MB-SG-12
————————————————————————————————————
--------------------------------------------------
INVENTORY CATEGORIES:
1. RATIONS:
- Standard Issue Nutrient Packs: XXXXXX units
- Hydro-Gel Meals: XXXXXX units
- Emergency Ration Caches: XXXXXX units
- Special Dietary Supplements: XXXXXX units
2. WATER:
- Purified Water Reserves: XXXXXX L
- Filtration & Recycle Units: 10 active
- Emergency Hydration Packs: XXXXXX units
3. MATERIALS:
- Construction Supplies (Metal/Composite): XXXXXX kg
- Fuel Cells / Energy Packs: XXXXXX units
- Laboratory Consumables: XXXXXX units
- Maintenance Tools & Spares: XXXXXX units
4. SLEEPING & ACCOMMODATION:
- Standard Bunks: XXXXXX units
- Medical / Quarantine Beds: Unknown
- Blankets / Bedding: XXXXXX units
- Personal Storage Lockers: XXXXXX units
5. MEDICAL / PHARMACEUTICALS:
- First Aid Kits: XXXXXX units
- Trauma Packs / Surgical Supplies: XXXXXX units
- Vaccines & Experimental Drugs: XXXXXX units
- Biohazard Containment Gear: XXXXXX units
6. MISCELLANEOUS:
- Communication Terminals: XXXXXX units
- Portable Sensors / Drones: XXXXXX units
- Environmental Monitoring Kits: XXXXXX units
- Emergency Protocol Manuals: XXXXXX copies
--------------------------------------------------
NOTES:
- Inventory cycles are automated and synced daily at 04:00 local time.
- Unauthorized removal of rations, medical items, or materials triggers
automated security alerts.
- Emergency reserves are maintained at 20% capacity for immediate
deployment.
- All personnel must submit requisition forms for non-emergency materials.
- Crosscheck with “Personnel & Access Logs” before accessing restricted items.
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: LOG LOADED.
————————————————————————————————————
RECENT LOGS
————————————————————————————————————
Most Recent, XXX days ago:
In an effort to keep each group's logs private following the destruction of the warp gate, logs will be distributed directly to individuals of that designation.
STATUS: LOADING PERSONNEL FILE . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: PERSONNEL FILE LOADED.
————————————————————————————————————
PERSONNEL FILE: XXXXX
————————————————————————————————————
NAME: XXXXX XXXXX XXXXXX
RANK: XXXXXX
GROUP: A.R.C
STATUS: ACTIVE
LAST LOGON: XX:XX:XX | XX:XX
CLEARANCE: LEVEL XX
ASSIGNED LOCATION: The Meridia Bunker
--- PROFILE ---
SPECIES: XXXXX
AGE: XX
HEIGHT: XX CM | XX FT
WEIGHT: XX KG | XX LB
EYE COLOR: XXXXX
HAIR COLOR: XXXXX
MEDICAL STATUS: XXXXX
NOTES:
- XXXXXXXX
STATUS: LOADING PERSONNEL FILE . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: PERSONNEL FILE LOADED.
————————————————————————————————————
PERSONNEL FILE: A6017
————————————————————————————————————
NAME: Anton XXX XXXXXX
RANK: Commander
GROUP: A.R.C
STATUS: ACTIVE
LAST LOGON: XX:XX:XX | XX:XX
CLEARANCE: LEVEL 10
ASSIGNED LOCATION: The Meridia Bunker
--- PROFILE ---
SPECIES: Human
AGE: XX
HEIGHT: 182 CM | 6 FT
WEIGHT: 86 KG | 190 LB
EYE COLOR: Brown
HAIR COLOR: Brown
MEDICAL STATUS: Normal
NOTES:
- None
STATUS: LOADING PERSONNEL FILE . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: PERSONNEL FILE LOADED.
————————————————————————————————————
PERSONNEL FILE: V0055
————————————————————————————————————
NAME: Klara XXXXX XXXXXX
RANK: Director
GROUP: V.O.B
STATUS: ACTIVE
LAST LOGON: XX:XX:XX | XX:XX
CLEARANCE: LEVEL 10
ASSIGNED LOCATION: The Meridia Bunker
--- PROFILE ---
SPECIES: Noscea
AGE: XX
HEIGHT: 151 CM | 154 FT
WEIGHT: 58 KG | 127 LB
EYE COLOR: Blue
HAIR COLOR: White
MEDICAL STATUS: Monitored
NOTES:
- None
STATUS: LOADING PERSONNEL FILE . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: AUTHORIZATION LEVEL: 0
STATUS: PERMISSIONS CLEARED.
STATUS: PERSONNEL FILE LOADED.
————————————————————————————————————
PERSONNEL FILE: S0132
————————————————————————————————————
NAME: Dr. Norman XXXX XXXXXX
RANK: Chief Officer
GROUP: S.R.A
STATUS: ACTIVE
LAST LOGON: XX:XX:XX | XX:XX
CLEARANCE: LEVEL 10
ASSIGNED LOCATION: Research Site 6
--- PROFILE ---
SPECIES: Dhoroll
AGE: XX
HEIGHT: 129 CM | 4'3 FT
WEIGHT: 70 KG | 166 LB
EYE COLOR: Black
HAIR COLOR: Grey
MEDICAL STATUS: Normal
NOTES:
- None
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 9
CONTACT ADMIN FOR ACCESS
STATUS: LOADING LOG . . .
STATUS: CHECKING PERMISSIONS. . .
STATUS: INSUFFICIENT PERMISSIONS.
TARGET LOCKED
AUTHORIZATION LEVEL REQUIRED: 9
CONTACT ADMIN FOR ACCESS